home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Top 100 Games
/
Top 100 Games.iso
/
pool
/
POOL.BAT
next >
Wrap
DOS Batch File
|
1997-10-31
|
703b
|
40 lines
@echo off
cls
if x%1 == xinstall goto install
if x%1 == xreins goto reins
if not exist c:\ts\pool\pool.exe goto temp
:install
if exist c:\ts\pool\pool.exe goto insready
:reins
if exist c:\ts\ts goto install2
md c:\ts > NUL:
echo ts > c:\ts\ts
:install2
md c:\ts\pool > NUL:
\pkunzip -o pool.zip c:\ts\pool > NUL:
:insready
c:
cd \ts\pool
pool.exe
goto einde
:temp
md c:\ts_tmp > NUL:
if not exist c:\ts_y copy \y c:\ts_y > NUL:
\pkunzip -o pool.zip c:\ts_tmp > NUL:
c:
cd \ts_tmp
pool.exe
c:
cd \
del c:\ts_tmp\*.* < c:\ts_y > NUL:
rd c:\ts_tmp
del c:\ts_y > NUL:
goto einde
:einde
@echo off
cls